body {
  position: relative;
}
.container {
  width: 85%;
  max-width:1500px;
  margin: 0 auto;
}
.padd50 {
  padding: 50px 0;
}
.pd3 {
  padding: 3% 0 !important;
}
.pd4 {
  padding: 4% 0 !important;
}
.pd5 {
  padding: 5% 0 !important;
}
.pd6 {
  padding: 6% 0 !important;
}
.pd8 {
  padding: 8% 0 !important;
}
.pd10 {
  padding: 10% 0 !important;
}
.pd12 {
  padding: 12% 0 !important;
}
.pdb {
  padding-bottom: 0 !important;
}
.pdt {
  padding-top: 0 !important;
}
.pdt6 {
  padding-top: 6% !important;
}
.pdb5 {
  padding-bottom: 5% !important;
}
.pdb8 {
  padding-bottom: 8% !important;
}
.f-24,
.f24 {
  font-size: 24px !important;
}
.f26 {
  font-size: 26px !important;
}
.f28 {
  font-size: 28px !important;
}
.f48 {
  font-size: 48px !important;
}
.f60 {
  font-size: 60px !important;
}
@media screen and (max-width: 800px) {
  .container {
    width: 90%;
  }
  .pd5 {
    padding: 8% 0 !important;
  }
  .pd6 {
    padding: 9% 0 !important;
  }
  .pdb {
    padding-bottom: 0 !important;
  }
}
.W1550 {
  max-width: 1550px;
  width: 85%;
  margin: 0 auto;
}
.W1400 {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
}
.W1300 {
  max-width: 1300px;
  width: 75%;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.img_pic {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}
.img_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}
.img_pic img:hover {
  transform: scale(1.1);
}
.backwrite {
  background: #fff;
}
.paddb90 {
  padding-bottom: 90px;
}
.padd90 {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .padd90 {
    padding: 70px 0;
  }
  .paddb90 {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .padd90 {
    padding: 50px 0;
  }
  .paddb90 {
    padding-bottom: 50px;
  }
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding-left: 2%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header > .flex {
  justify-content: space-between;
}
.header.active,
.header.on {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.current {
  background-color: #000000;
}
.headerLogo {
  width: 140px;
  padding: 16px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.headerLogo img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.headerLogo img.logo1 {
  display: block;
}
.headerLogo img.logo2 {
  display: none;
}
.header.active .headerLogo,
.header.on .headerLogo {
  padding: 10px 0;
}
.header.active .headerLogo img.logo1,
.header.on .headerLogo img.logo1 {
  display: none;
}
.header.active .headerLogo img.logo2,
.header.on .headerLogo img.logo2 {
  display: block;
}
.header.current .headerLogo img.logo1 {
  display: block;
}
.header.current .headerLogo img.logo2 {
  display: none;
}
.header.active .headerLogo img,
.header.on .headerLogo img {
  width: 90%;
}
.header.current .headerLogo img {
  width: 90%;
}
.headerNav {
  /* padding-left: 10vw; */
  justify-content: flex-end;
  width: 53%;
  max-width: 720px;
}
.headerNav li {
  flex-grow: 1;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.headerNav li > a {
  position: relative;
  font-size: 16px;
  display: block;
  line-height: 88px;
  color: #fff;
}
.headerNav li > a::before {
  content: '';
  width: 0;
  position: absolute;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #ba0015;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header.active .headerNav li > a,
.header.on .headerNav li > a {
  font-size: 17px;
  line-height: 80px;
  color: #2a2a35;
}
.header.current .headerNav li > a {
  font-size: 17px;
  line-height: 80px;
  color: #fff;
}
.headerNav li.NavSmall a {
  font-size: 14px;
}
.headerNav li.active a,
.headerNav li:hover > a {
  color: #ba0015;
}
.headerNav li.active a::before,
.headerNav li:hover > a::before {
  width: 100%;
}
.ylGp {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 10px;
  font-size: 14px;
}
.navLm {
  position: absolute;
  top: 148px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 0;
  opacity: 0;
  padding: 3% 0;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
  visibility: hidden;
}
.navBg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.navBg.current {
  opacity: 1;
  visibility: visible;
}
.headerNav li:hover .navLm {
  height: auto;
  top: 84px;
  opacity: 1;
  visibility: visible;
}
.header.active .headerNav li .navLm,
.header.on .headerNav li .navLm {
  top: 98px;
}
.header.active .headerNav li:hover .navLm,
.header.on .headerNav li:hover .navLm {
  top: 80px;
}
.headerNav li .navLm .W1400 {
  justify-content: space-between;
}
.headerNav li .navLm a {
  position: relative;
  color: #9f9f9f;
  line-height: 38px;
  width: 30%;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  padding-right: 20px;
}
.headerNav li .navLm a p {
  width: calc(100% - 100px);
  text-align: left;
  font-size: 18px;
  color: #000000;
  transition: all 0.3s;
}
.headerNav li .navLm a img {
  width: 68px;
  height: 52px;
  object-fit: contain;
}
.headerNav li .navLm a:before {
  position: absolute;
  top: 20px;
  right: 0;
  width: 11px;
  height: 16px;
  background: url(../images/ico_dash_c02.svg) 100% 100% no-repeat;
  content: " ";
  transition: right 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.headerNav li .navLm a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #ba0015;
  transition: all 0.5s;
}
.headerNav li .navLm a:hover:after {
  width: 100%;
}
.headerNav li .navLm a:hover:before {
  right: 8px;
  background: url(../images/ico_link_c02.svg) 100% 100% no-repeat;
}
.headerNav li .navLm a:hover p {
  color: #ba0015;
}
.headerNav li .navLm a:hover {
  /* opacity: 0.5; */
  color: #ba0015;
}
.title-nav {
  text-align: left;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.title-nav a {
  position: relative;
  display: block;
  width: 50%;
  color: #6a6a6a;
  font-size: 14px;
  padding: 15px 0;
}
.title-nav a:hover {
  color: #ba0015;
}
.title-nav a::before {
  float: left;
  content: '';
  display: inline-block;
  padding: 15px 3px;
  background: url(../picture/head_li.png) no-repeat center;
  margin-right: 5px;
  margin-top: -2px;
}
.nav-item {
  display: block;
  width: 25%;
  border-right: 1px solid #f5f5f5;
}
.nav-item:first-child {
  border-left: 1px solid #f5f5f5;
}
.nav-item.big {
  padding: 30px;
}
.nav-item .img-box {
  position: relative;
  width: 100%;
  padding-top: 68%;
  margin: 0 auto;
  overflow: hidden;
}
.nav-item .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}
.nav-item:hover .img-box img {
  transform: scale(1.05);
}
.nav-item .text {
  width: 100%;
  margin: 30px auto 20px;
  text-align: left;
}
.nav-item .text h6 {
  font-size: 18px;
  margin-bottom: 5px;
}
.nav-item .text a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 5%;
  color: #6a6a6a;
  /* background-repeat: no-repeat;
background-position: left center;
background-size: 12px;
background-image: url("../picture/header-right.png"); */
}
.nav-item .text a::before {
  float: left;
  content: '';
  display: inline-block;
  padding: 15px 3px;
  background: url(../picture/head_li.png) no-repeat center;
  margin-right: 5px;
  margin-top: -2px;
}
.nav-item .text a:hover {
  color: #ba0015;
}
.nav-item.multi {
  position: relative;
  margin-top: 10px;
}
.nav-item .link {
  /* display: block; */
  cursor: pointer;
}
.nav-item .link p {
  position: relative;
  line-height: 60px;
  padding: 0 30px;
  margin-right: 30px;
  color: #6a6a6a;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  background-image: url('../picture/header-right.png');
}
.nav-item .link p::before {
  position: absolute;
  content: '';
  width: 0;
  height: 3px;
  background: #ba0015;
  bottom: 7px;
  left: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-item .link:hover p::before {
  width: 16px;
}
/* .nav-item .link p:hover {
background: #fafafa;
} */
.headerLink {
  padding: 10px 10px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 156px;
  z-index: 9;
  display: none;
}
.headerLink a {
  position: relative;
  display: block;
  font-size: 14px;
  margin-left: 7%;
  color: #6a6a6a;
  text-align: left;
  padding: 8px 0;
  /* background-repeat: no-repeat;
background-position: left center;
background-size: 12px;
background-image: url("../picture/header-right.png"); */
}
.headerLink a::before {
  float: left;
  content: '';
  display: inline-block;
  padding: 15px 3px;
  background: url(../picture/head_li.png) no-repeat center;
  margin-right: 5px;
  margin-top: -2px;
}
.headerLink a:hover {
  color: #ba0015;
}
.headerSearch a {
  display: block;
  width: 5vw;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 73px;
  letter-spacing: 1px;
}
.headerSearch a .ico_search {
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  width: 16px;
  height: 19px;
  margin-left: -7px;
}
.headerSearch a .ico_search:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 100%;
  content: " ";
  transition: width 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.headerSearch a .ico_search:after {
  position: absolute;
  top: 14px;
  left: 0;
  width: 2.8px;
  height: 9px;
  background: #fff;
  content: " ";
  transition: left 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: skew(-30deg);
  transform-origin: left bottom;
}
.headerSearch a span:after {
  position: absolute;
  top: 17px;
  bottom: auto;
  margin-left: 0px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  content: " ";
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(-50%);
}
.headerSearch a:hover .ico_search:before {
  width: 12px;
  height: 12px;
}
.headerSearch a:hover .ico_search:after {
  left: 2px;
  height: 7px;
  transform: skew(-32deg);
}
.headerSearch a:hover span:after {
  width: 16px;
}
@media screen and (max-width: 1420px) {
  .nav-item.multi {
    width: 30%;
  }
}
.headerIcon {
  position: relative;
  padding-left: 10px;
  height: 88px;
}
.headerIcon li {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 100px;
  height: 100%;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.headerIcon li img {
  width: 22px;
  margin-right: 8px;
}
.headerIcon li a {
  position: relative;
  color: #fff;
}
.headerIcon li a.on,
.headerIcon li a:hover {
  opacity: 1;
}
.headerIcon li span {
  display: block;
  margin: 0 6px;
  font-size: 14px;
}
.header.active .headerIcon,
.header.on .headerIcon {
  height: 80px;
}
.header.active .headerIcon li,
.header.on .headerIcon li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.header.active .headerIcon li a,
.header.on .headerIcon li a {
  color: #2a2a35;
}
.header.active .headerIcon li a .ico_search:before,
.header.on .headerIcon li a .ico_search:before {
  border: 2px solid #2a2a35;
}
.header.active .headerIcon li a span:after,
.header.on .headerIcon li a span:after,
.header.active .headerIcon li a .ico_search:after,
.header.on .headerIcon li a .ico_search:after {
  background: #2a2a35;
}
.header.active .headerIcon li.headerLan,
.header.on .headerIcon li.headerLan {
  background-color: #ba0015;
}
.header.active .headerIcon li.headerLan a,
.header.on .headerIcon li.headerLan a {
  color: #fff;
}
.header.current .headerIcon li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.current .headerIcon li a {
  color: #fff;
}
.header.current .headerIcon li a .ico_search:before {
  border: 2px solid #fff;
}
.header.current .headerIcon li a span:after,
.header.current .headerIcon li a .ico_search:after {
  background: #fff;
}
.header.current .headerIcon li.headerLan {
  background-color: #ba0015;
}
.header.current .headerIcon li.headerLan a {
  color: #fff;
}
.headerIcon a:hover > img {
  opacity: 0.5;
}
.pc-block {
  display: block;
}
.m-block {
  display: none;
}
.header2 {
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.warp-header.on .header2 {
  background: #fff;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header2 .logo {
  width: 142px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: relative;
  z-index: 12;
}
.header2 .logo .logo1 {
  display: block;
}
.header2 .logo .logo2 {
  display: none;
}
.warp-header.on .header2 .logo .logo1 {
  display: none;
}
.warp-header.on .header2 .logo .logo2 {
  display: block;
}
.header2 .header2Lan {
  position: absolute;
  width: 73px;
  top: 0;
  right: 67px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.header2 .header2Lan a {
  color: #fff;
}
.warp-header.on .header2 .header2Lan {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.warp-header.on .header2 .header2Lan a {
  color: #000;
}
.header2 .h-right {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  height: 24px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 12;
}
.header2 .h-right::before {
  position: absolute;
  content: '';
  width: 67px;
  height: 60px;
  right: -20px;
  top: -18px;
  background-size: contain;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.warp-header.on .header2 .h-right::before {
  background-color: #ba0015;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  perspective: 80px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header2 .hamburger-inner,
.header2 .hamburger-inner::before,
.header2 .hamburger-inner::after {
  width: 30px;
  height: 1px;
  background: #fff;
}
.header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.header2 .hamburger--3dx-r .hamburger-inner::before,
.header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header2 .warp-nav {
  padding: 20px 0;
  position: fixed;
  background: #fff;
  width: 100%;
  height: calc(100vh - 60px);
  right: 0;
  top: 60px;
  z-index: 9;
  display: none;
}
.header2 .nav {
  color: #333;
  position: relative;
  overflow-y: auto;
  height: 100%;
  flex-wrap: wrap;
}
.header2 .nav .li {
  position: relative;
  width: 100%;
  line-height: 60px;
}
.header2 .nav .warp-btn {
  display: block;
  position: relative;
  color: #333;
  text-align: center;
  padding: 0 8%;
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.3s ease;
}
.header2 .nav .warp-btn span {
  display: block;
  text-align: left;
  font-size: 17px;
  padding-right: 30px;
}
.header2 .nav .warp-btn svg {
  position: absolute;
  top: 24px;
  right: 5%;
  height: 11px;
  width: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.header2 .nav .li.active .warp-btn svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header2 .nav .li.cur a {
  background: #1e88e5;
  color: #fff;
  border: 1px solid #1e88e5;
}
.header2 .nav .li .mbNav {
  display: none;
  padding-left: 20px;
  line-height: 42px;
}
.header2 .nav .li .mbNav .oneNavList {
  margin-top: 10px;
}
.header2 .nav .li .mbNav a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 0 8%;
  color: #6c6c6c;
}
.header2 .nav .li .mbNav span {
  display: block;
  text-align: left;
  font-size: 15px;
  padding-right: 30px;
  color: #6c6c6c;
}
.header2 .nav .li .mbNav svg {
  position: absolute;
  top: 20px;
  right: 5%;
  height: 11px;
  width: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.header2 .nav .li .mbNav .oneNavList.active svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header2 .warp-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 60px;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.header2 .hamburger.is-active .hamburger-inner,
.header2 .hamburger.is-active .hamburger-inner::before,
.header2 .hamburger.is-active .hamburger-inner::after {
  background: #fff;
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.header2 .warp-bg.cur {
  opacity: 1;
  visibility: visible;
}
.header2 .nav .li {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}
.header2 .nav .li.animate {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 1023px) {
  .pc-block {
    display: none !important;
  }
  .m-block {
    display: block !important;
  }
  .header2 {
    height: 60px;
  }
  .header2 .logo {
    width: 100px;
    z-index: 2;
  }
  .header2 .hamburger {
    height: 20px;
  }
  .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }
  .header2 .hamburger-inner,
  .header2 .hamburger-inner::before,
  .header2 .hamburger-inner::after {
    width: 25px;
  }
}
.search_stage {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 480;
  width: 100%;
  height: 100%;
  display: none;
}
.search_stage .form {
  position: relative;
  z-index: 10;
  width: 60vw;
  margin: auto;
  padding: 250px 5vw 50px;
}
.search_stage .form_inner {
  position: relative;
}
.search_stage .form_inner .input {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 60px;
  border: 0;
  background: inherit !important;
  border-bottom: 1px solid #e4e4e4;
  color: #fff;
  font-size: 24px;
  line-height: 96px;
}
.search_stage .form_inner .input:placeholder-shown {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
.search_stage .form_inner .submit {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 10;
  width: 22px;
  height: 26px;
  background: inherit !important;
  border: 0;
  cursor: pointer;
}
.search_stage .form_inner .submit:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 100%;
  content: " ";
  transition: width 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.search_stage .form_inner .submit:after {
  position: absolute;
  top: 16px;
  left: -2px;
  width: 2.8px;
  height: 12px;
  background: #fff;
  content: " ";
  transition: left 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: skew(-30deg);
  transform-origin: left bottom;
}
.search_stage .form_inner .submit:hover:before {
  width: 18px;
  height: 18px;
}
.search_stage .form_inner .submit:hover:after {
  left: 0px;
  height: 8px;
  transform: skew(-32deg);
  top: 20px;
}
.search_stage .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
/* header end */
/* banner */
.banner {
  position: relative;
  /* padding-top: 100px;
background: #000; */
}
.banner img,
.banner video {
  display: block;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  object-fit: cover;
}
.appoint img {
  height: 500px;
}
.nyProInfoBan {
  overflow: hidden;
}
.nyProInfoBan img {
  position: absolute;
  left: 5%;
  top: -21%;
  width: 800px;
}
.banner .swiper-pagination {
  position: absolute;
  width: 20px;
  right: 5%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  border-radius: 0;
  text-align: right;
  z-index: 9;
  left: auto;
}
.banner .swiper-pagination-bullet {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 18px 0 !important;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
  margin-left: -20px !important;
}
.banner-text {
  position: absolute;
  color: #fff;
  padding: 3%;
  width: 100%;
  max-width:1150px;
  top: 16%;
  left: 50%;
  transform:translateX(-50%);
  text-align: center;
  z-index: 99;
}
.banner-text span {
  display: block;
  position: relative;
  font-size: 44px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 5px;
  letter-spacing: 1px;
  overflow: hidden;
}
.banner-text h4 {
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}
.banner-text p {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.banner-text h3 {
  font-size: 43px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.banner-text a {
  display: inline-block;
  color: #fff;
  margin-top: 25px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 4px 35px;
}
.banner-text a:hover {
  background-color: #fff;
  color: #2a2a35;
}
.banner-img .banner-text p,
.banner-img .banner-text h3,
.banner-img .banner-text span,
.banner-img .banner-text h4,
.banner-img .banner-text a {
  opacity: 0;
  opacity: 1\0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.banner-img.swiper-slide-active .banner-text p {
  -webkit-animation: fadeInDown 1s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.banner-img.swiper-slide-active .banner-text span {
  -webkit-animation: fadeInDown 1s 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.banner-img.swiper-slide-active .banner-text h4 {
  -webkit-animation: fadeInDown 1s 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.banner-img.swiper-slide-active .banner-text a {
  -webkit-animation: fadeInDown 1s 0.9s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s 0.9s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
/* .banner-img.swiper-slide-active .banner-text h4 {
	-webkit-animation: fadeInDown 1s 0.6s cubic-bezier(.25, .74, .22, .99) forwards;
	animation: fadeInDown 1s 0.6s cubic-bezier(.25, .74, .22, .99) forwards;
} */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    opacity: 1\0;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    opacity: 1\0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1500px) {
  .banner-text h4 {
    font-size: 46px;
  }
  .banner-text a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .banner-text h4 {
    font-size: 44px;
  }
  .banner-text a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-text h4 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .banner-text h4 {
    font-size: 32px;
  }
  .banner img,
  .banner video {
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 640px) {
  .banner-text h4 {
    font-size: 24px;
  }
  .banner-text {
    padding-top: 26px;
  }
  .banner-text a {
    font-size: 14px;
    margin-top: 10px;
    padding: 4px 22px;
  }
  .banner .swiper-pagination-bullet {
    margin: 12px 0 !important;
  }
  .banner .swiper-pagination-bullet-active {
    margin-left: -20px !important;
  }
}
/* banner  end */
.indTitle {
  color: #000000;
  margin-bottom: 4%;
}
.indTitle h3 {
  font-size: 32px;
  font-weight: bold;
}
.indTitle.enTit h3 {
  font-size: 30px;
  font-weight: bold;
}
.indTitle p {
  color: #666671;
  font-size: 20px;
  line-height: 1.5;
}
.indTitle.center {
  text-align: center;
}
.indTitle.white {
  color: #fff;
}
.indTitle.white p {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .indTitle h3 {
    font-size: 30px;
  }
  .indTitle.enTit h3 {
    font-size: 28px;
  }
  .indTitle p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .indTitle h3 {
    font-size: 27px;
  }
  .indTitle.enTit h3 {
    font-size: 25px;
  }
  .indTitle p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .indTitle h3 {
    font-size: 26px;
  }
  .indTitle.enTit h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .indTitle {
    padding: 0 5%;
    margin-bottom: 22px;
  }
  .indTitle h3 {
    font-size: 22px;
  }
  .indTitle.enTit h3 {
    font-size: 20px;
  }
  .indTitle p {
    font-size: 14px;
  }
}
.more {
  background-color: #ba0015;
  border: 1px solid #ba0015;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  display: inline-block;
  margin-top: 3%;
  font-size: 14px;
  text-align: center;
  min-width: 144px;
}
.more:hover {
  color: #ba0015;
  background-color: inherit;
}
.more.moreWhite {
  background-color: inherit;
  border: 2px solid #fff;
}
.more.moreWhite:hover {
  color: #ba0015;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .more {
    padding: 6px 21px;
    min-width: 104px;
  }
}
.indSearch .indSearchBox {
  align-items: flex-start;
}
.indSearch .indSearchL {
  width: 30%;
}
.indSearch .indSearchR {
  position: relative;
  width: 70%;
  margin-top: -8%;
}
.indSearch .indSearchR .dot {
  position: absolute;
  width: 88px;
  height: 88px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.indSearch .indSearchR .dot:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #f5e3e5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}
.indSearch .indSearchR .dot:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ba0015;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 3;
}
.indSearch .indSearchR .dot span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ba0015;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: scale 2s linear infinite;
  -moz-animation: scale 2s linear infinite;
  -ms-animation: scale 2s linear infinite;
  animation: scale 2s linear infinite;
}
.indSearch .indSearchR .dot span:nth-of-type(2) {
  animation-delay: 0.7s;
}
.indSearch .indSearchR .dot span:nth-of-type(3) {
  animation-delay: 1.4s;
}
.indSearch .indSearchR .dot:nth-of-type(1) {
  top: 39.46%;
  left: 24.61%;
}
.indSearch .indSearchR .dot:nth-of-type(2) {
  top: 21.46%;
  left: 31.61%;
}
.indSearch .indSearchR .dot:nth-of-type(3) {
  top: 38.46%;
  left: 39.61%;
}
.indSearch .indSearchR .dot:nth-of-type(4) {
  top: 22.3%;
  left: 62.61%;
}
.indSearch .indSearchR .dot:nth-of-type(5) {
  top: 24.46%;
  left: 73%;
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.numbox .item {
  position: relative;
  width: 50%;
  line-height: 1.1;
  margin: 0 0 8%;
}
.numbox .item::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  top: 50%;
  left: -36px;
  margin-top: -15px;
  background: rgba(255, 255, 255, 0.3);
}
.numbox .item:first-child::before {
  display: none;
}
.numbox .item .i0 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 70px;
  width: 46px;
  margin: 0 auto;
  font-size: 18px;
}
.numbox .item .i1 {
  font-size: 14px;
  margin: 0 0 15px;
  color: #ba0015;
}
.numbox .item .i1 span {
  font-size: 40px;
  color: #ba0015;
  font-weight: 600;
}
.enNum{
  align-items: flex-start;
}
.numbox.enNum .item .i1 span {
  font-size: 36px;
}
.numbox .item .i2 {
  font-size: 14px;
  height: 30px;
  color: #a1a1b2;
}
.numbox.enNum .item .i2{
  height: auto;
}
@media screen and (max-width: 1500px) {
  .numbox .item .i1 span {
    font-size: 38px;
  }
  .numbox.enNum .item .i1 span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1300px) {
  .numbox .item .i1 span {
    font-size: 34px;
  }
  .numbox.enNum .item .i1 span {
    font-size: 30px;
  }
  .indSearch .indSearchL {
    width: 35%;
  }
  .indSearch .indSearchR {
    width: 65%;
    margin-top: -5%;
  }
}
@media screen and (max-width: 1024px) {
  .numbox .item .i1 span {
    font-size: 30px;
  }
  .numbox.enNum .item .i1 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  .indSearch .indSearchBox {
    align-items: flex-start;
  }
  .indSearch .indSearchL {
    width: 100%;
  }
  .indSearch .indSearchR {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .indSearch .indTitle {
    padding: 0;
  }
  .numbox .item .i1 span {
    font-size: 26px;
  }
  .numbox.enNum .item .i1 span {
    font-size: 24px;
  }
  .numbox .item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .indSearch .indSearchR .dot {
    width: 55px;
    height: 55px;
  }
}
.ovh {
  overflow: hidden;
}
.indPro {
  position: relative;
  width: 100%;
  background: url(../images/proBg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.indPro .indProInner {
  padding-left: 7.5%;
}
.indPro .indProBox {
  overflow: hidden;
}
.indPro .indProBox .swiper-slide .img_pic {
  background: url(../images/proTuBg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 60%;
}
.indPro .indProBox .swiper-slide .img_pic img {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  object-fit: contain;
}
.indPro .indProBox .swiper-slide .pro-text {
  text-align: left;
  background-color: #fff;
  padding: 2% 5%;
  justify-content: space-between;
}
.indPro .indProBox .swiper-slide .pro-text h4 {
  font-size: 20px;
}
.indPro .indProBox .swiper-slide .pro-text span {
  width: 30px;
  height: 6px;
  background: url(../images/proR.png) no-repeat right center;
  background-size: contain;
}
.indPro .indProBox .swiper-slide:hover .pro-text h4 {
  color: #ba0015;
}
.indPro .indProBox .swiper-slide:hover .pro-text span {
  background: url(../images/proR-1.png) no-repeat right center;
  background-size: contain;
}
.indPro .indProBox .swiper-slide:hover .img_pic img {
  transform: scale(1.1);
}
.enProInd .indTitle p{
  max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 1500px) {
  .indPro .indProBox .swiper-slide .pro-text h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .indPro .indProBox .swiper-slide .pro-text h4 {
    font-size: 16px;
  }
  .indPro .indProBox .swiper-slide .pro-text {
    padding: 3% 7%;
  }
  .indPro .indProBox .swiper-slide .pro-text span {
    height: 5px;
  }
}
@media screen and (max-width: 480px) {
  .indPro .indProBox .swiper-slide .pro-text h4 {
    font-size: 14px;
  }
}
.indNews {
  position: relative;
  z-index: 1;
}
.indNews::before {
  position: absolute;
  content: '';
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/newsBg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  transition: all 0.3s;
}
.indNews.fixed::before {
  top: 0;
  height: 100%;
}
.indNews .indNewsBox {
  align-items: flex-start;
}
.indNews .indNewsBox .indNewsL {
  width: 485px;
  margin-top: 5%;
}
.indNews .indNewsBox .indNewsL .more.moreWhite {
  margin-top: 8%;
}
.indNews .indNewsBox .indNewsL .indNewsLeft.fixed {
  position: fixed;
  top: 200px;
  bottom: auto;
}
.indNews .indNewsBox .indNewsL .indNewsLeft.pos {
  position: absolute;
  bottom: 300px;
  top: auto;
}
.indNews .indNewsBox .indNewsR {
  width: calc(100% - 485px);
  padding-left: 5%;
  padding-bottom: 3%;
  background-color: #fff;
  padding-top: 5%;
}
.indNews .indNewsBox .indNewsR li {
  position: relative;
  margin-bottom: 3.5%;
  padding-bottom: 3.5%;
}
.indNews .indNewsBox .indNewsR li::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #e9e9e9;
}
.indNews .indNewsBox .indNewsR li::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ba0015;
  transition: all 0.5s;
}
.indNews .indNewsBox .indNewsR li .img_pic {
  width: 30%;
  padding-top: 20%;
}
.indNews .indNewsBox .indNewsR li .indNewsText {
  width: 70%;
  padding-left: 5%;
}
.indNews .indNewsBox .indNewsR li .indNewsText h3 {
  font-size: 20px;
  transition: all 0.3s;
}
.indNews .indNewsBox .indNewsR li .indNewsText span {
  font-size: 14px;
  color: #a1a1b2;
}
.indNews .indNewsBox .indNewsR li:hover:after {
  width: 100%;
}
.indNews .indNewsBox .indNewsR li:hover .indNewsText h3 {
  color: #ba0015;
}
@media screen and (max-width: 1500px) {
  .indNews .indNewsBox .indNewsR li .indNewsText h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1300px) {
  .indNews .indNewsBox .indNewsL {
    width: 375px;
  }
  .indNews .indNewsBox .indNewsR {
    width: calc(100% - 375px);
  }
}
@media screen and (max-width: 1100px) {
  .indNews {
    padding: 10% 0 !important;
  }
  .indNews .indTitle {
    padding: 0;
  }
  .indNews .indNewsBox .indNewsL {
    width: 100%;
    margin-bottom: 5%;
  }
  .indNews .indNewsBox .indNewsR {
    width: 100%;
  }
  .indNews::before {
    height: 100%;
    top: 0;
  }
  .indNews .indNewsBox .indNewsL .more.moreWhite {
    margin-top: 0%;
  }
  .indNews .indNewsBox .indNewsR li .indNewsText h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .indNews {
    padding-bottom: 0 !important;
  }
  .indNews > .container {
    margin: 0;
    width: 95%;
    margin-left: 5%;
  }
  .indNews .indNewsBox .indNewsR li {
    margin-bottom: 4.5%;
    padding-bottom: 4.5%;
  }
  .indNews::before {
    width: 100%;
  }
  .indNews .indNewsBox .indNewsL {
    margin-bottom: 7%;
  }
  .indNews .indNewsBox .indNewsR {
    padding: 17px;
  }
  .indNews .indNewsBox .indNewsR li .indNewsText span {
    font-size: 12px;
  }
  .indNews .indNewsBox .indNewsR li .indNewsText h3 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
    line-height: 1.3;
  }
}
.footer {
  position: relative;
  background: url(../images/footerBg.jpg) no-repeat right center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  padding-top: 5%;
  z-index: 9;
}
.footer .footerContent {
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 2%;
}
.footer .content .top {
  overflow: hidden;
}
.footer .content .top .footer-nav {
  display: flex;
  flex-wrap: wrap;
}
.footer .content .top .footer-nav a {
  font-size: 18px;
  color: #e1e1e1;
  flex-grow: 1;
}
.footer .content .top .footer-nav a:hover {
  color: #ba0015;
}
.footer .content .center {
  width: 15%;
  clear: both;
  position: relative;
  overflow: hidden;
}
.footer .footerContent .footerLogo {
  width: 160px;
}
.footer .content .center .left .subscribe {
  font-size: 0;
}
.footer .content .center .left .subscribe input {
  height: 38px;
  border: 1px solid #484848;
  background: none;
  color: #5f5f5f;
  font-size: 12px;
  padding: 0 20px;
}
.footer .content .center .left .subscribe input::-webkit-input-placeholder {
  font-size: 12px;
  color: #5f5f5f;
}
.footer .content .center .left .subscribe .subscribe-input {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
}
.footer .content .center .left .subscribe .subscribe-submit {
  width: 90px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.footer .content .center .left .subscribe .subscribe-submit:hover {
  color: #fff;
  border: 1px solid #fff;
}
.footer .content .center .right .social {
  float: right;
}
.footer .content .center .right .social a {
  margin-left: 10px;
  display: block;
  float: left;
  opacity: 0.5;
  position: relative;
}
.footer .content .center .right .social a:hover {
  opacity: 1;
}
.footer .content .center .right .social a img {
  width: 24px;
}
.footer .content .center .right .social a:hover img {
  display: block;
}
.footer .content .center .right .wxshow {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #fff;
  left: -40px;
  bottom: 40px;
  z-index: 3;
}
.footer .content .center .right .wxshow::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -20px;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
}
.footer .content .center .right .wxshow img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .content .bottom {
  clear: both;
  overflow: hidden;
  padding: 20px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.footer .content .bottom .copy {
  font-size: 14px;
  justify-content: space-between;
}
.footer .content .bottom .copy .copyLeft {
  width: 85%;
}
.footer .content .bottom .copy .copyLeft a {
  padding-left: 10px;
}
.footer .content .bottom .copy > a {
  width: 170px;
}
.footer .content .bottom .copy a {
  color: rgba(255, 255, 255, 0.7);
}
.footer .content .bottom .copy a:hover {
  color: #fff;
}
.footer .content .bottom .copy a.niego {
  margin-left: 5px;
}
.footerLeft {
  width: calc(100% - 560px);
  padding-left: 10%;
}
.footerRight {
  text-align: right;
  width: 400px;
  color: #e1e1e1;
  font-size: 14px;
}
.footerRight img {
  width: 110px;
  display: inline-block;
  margin-bottom: 7%;
}
.footerRight h4 {
  font-weight: bold;
  opacity: 1;
}
.footerRight p {
  opacity: 0.3;
  color: #ffffff;
}
.footerRight span {
  font-size: 28px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1500px) {
  .footerLeft {
    width: calc(100% - 400px);
  }
  .footerRight {
    width: 240px;
  }
  .footerRight span {
    font-size: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .footerLeft {
    width: calc(100% - 350px);
    padding-left: 5%;
  }
  .footerRight span {
    font-size: 23px;
  }
  .footerRight {
    width: 190px;
  }
  .footerRight img {
    width: 100px;
  }
  .footer .content .bottom .copy .copyLeft {
    width: auto;
  }
  .footer .content .center {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footerContent .footerLogo {
    width: 140px;
  }
  .footerRight span {
    font-size: 21px;
  }
  .footerRight {
    width: 168px;
  }
  .footerLeft {
    width: calc(100% - 308px);
  }
  .footer .content .top .footer-nav a {
    font-size: 16px;
  }
  .footer .content .top .footer-nav {
    flex-wrap: wrap;
  }
  .footer .content .top .footer-nav a {
    width: 33.33%;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
  }
  .footer .footerContent .footerLogo {
    display: none;
  }
  .footerLeft {
    width: 100%;
    padding-left: 0;
  }
  .footerRight {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
  .footerRight img {
    margin-bottom: 10px;
  }
  .footer .content .top .footer-nav a {
    text-align: left;
  }
  .footerRight span {
    font-size: 18px;
  }
  .footerRight img {
    width: 72px;
  }
  .footer .content .bottom .copy a.niego {
    margin-left: 0;
    display: block;
    padding-left: 0;
  }
  .footer .content .bottom .copy {
    font-size: 12px;
  }
  .footer .footerContent {
    padding-bottom: 10px;
  }
  .footerIcp{
    display: block;
    padding-left: 0 !important;
  }
}
#top {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}
#top #fn1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#top #fn1 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000;
}
#top #fn1 .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
}
#top #fn1 .photo .pic.on {
  opacity: 1;
}
#top #fn1 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
#top #fn1 .other svg polygon {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 0.1px;
  stroke-dasharray: 500%;
  stroke-dashoffset: 500%;
  fill: none;
  transform: scale(11.5) translate(-12px, -12px);
  transition: stroke-dashoffset 25s ease-out;
  -webkit-transition: stroke-dashoffset 25s ease-out;
  -moz-transition: stroke-dashoffset 25s ease-out;
  -o-transition: stroke-dashoffset 25s ease-out;
  -ms-transition: stroke-dashoffset 25s ease-out;
}
#top #fn1 .other svg path {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 500%;
  stroke-dashoffset: 500%;
  fill: none;
  transition: stroke-dashoffset 3s ease-out;
  -webkit-transition: stroke-dashoffset 3s ease-out;
  -moz-transition: stroke-dashoffset 3s ease-out;
  -o-transition: stroke-dashoffset 3s ease-out;
  -ms-transition: stroke-dashoffset 3s ease-out;
}
#top #fn1 .other .l1 {
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100vh - 167px);
}
#top #fn1 .other .l2 {
  position: absolute;
  top: 89px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 178px);
}
#top #fn1 .other .l3 {
  position: absolute;
  bottom: 89px;
}
#top #fn1 .other .l4 {
  position: absolute;
  top: 0.58rem;
}
#top #fn1 .other.on svg polygon {
  stroke-dashoffset: 180%;
}
#top #fn1 .other.on svg path {
  stroke-dashoffset: 180%;
}
#top #fn1 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top #fn1 .con .msg {
  width: 100%;
  height: 100%;
  position: relative;
}
#top #fn1 .con .msg .msgList {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
#top #fn1 .con .msg .msgList i {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.6rem;
  font-size: 0.82rem;
  font-style: normal;
}
#top #fn1 .con .msg .msgList h2 {
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 44px;
  min-width: 300px;
}
#top #fn1 .con .msg .msgList p {
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
  min-width: 300px;
}
#top #fn1 .con .msg .msgList.on,
#top #fn1 .con .msg .msgList.next {
  opacity: 1;
  pointer-events: auto;
}
#top #fn1 .con .msg .msgList.first {
  display: none;
}
#top #fn1 .con .ad {
  position: absolute;
  bottom: 0;
  right: 4%;
  height: calc(100%);
  width: 13px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top #fn1 .con .ad > a {
  font-size: 0.6rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#top #fn1 .con .dotBox {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 5.36%;
}
#top #fn1 .con .dotBox > div {
  position: relative;
  margin: 0 0.15rem;
  cursor: pointer;
}
#top #fn1 .con .dotBox > div svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
}
#top #fn1 .con .dotBox > div svg circle {
  stroke-width: 2px;
  stroke: #ac0d14;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 1s ease;
}
#top #fn1 .con .dotBox > div i {
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
#top #fn1 .con .dotBox > div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}
#top #fn1 .con .dotBox > div span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0;
}
#top #fn1 .con .dotBox > div span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#top #fn1 .con .dotBox > div.on svg {
  opacity: 1;
}
#top #fn1 .con .dotBox > div.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 6s ease-out;
  -webkit-transition: stroke-dashoffset 6s ease-out;
  -moz-transition: stroke-dashoffset 6s ease-out;
  -o-transition: stroke-dashoffset 6s ease-out;
  -ms-transition: stroke-dashoffset 6s ease-out;
}
#top #fn1 .con .dotBox > div.on i {
  opacity: 0;
}
#top #fn1 .con .dotBox > div.on span {
  border-color: #ac0d14;
  opacity: 1;
}
@media screen and (orientation: landscape) {
  #top #fn1 .con .dotBox > div:hover svg {
    opacity: 1;
  }
  #top #fn1 .con .dotBox > div:hover svg circle {
    stroke-dashoffset: 0;
  }
  #top #fn1 .con .dotBox > div:hover i {
    opacity: 0;
  }
  #top #fn1 .con .dotBox > div:hover span {
    opacity: 1;
  }
}
#top #fn1 .line_Progress {
  height: 0.05rem;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: -1px;
  z-index: 5;
  background-color: #fff;
}
#top #fn1 .line_Progress span {
  transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  width: 0;
  height: 100%;
  display: block;
  background-color: #ac0d14;
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@media screen and (max-width: 1500px) {
  #top #fn1 .con .msg .msgList p,
  #top #fn1 .con .msg .msgList h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #top #fn1 .con .msg .msgList p,
  #top #fn1 .con .msg .msgList h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  #top #fn1 .con .msg .msgList p,
  #top #fn1 .con .msg .msgList h2 {
    font-size: 34px;
  }
  #top #fn1 .other .l1 {
    top: 59px;
    height: calc(100% - 137px);
    width: 80%;
  }
  #top #fn1 .other .l2 {
    top: 59px;
    height: calc(100% - 147px);
  }
}
@media screen and (max-width: 800px) {
  #top {
    height: 50vh;
  }
  #top #fn1 .con .msg .msgList p,
  #top #fn1 .con .msg .msgList h2 {
    font-size: 30px;
  }
  #top #fn1 .other .l1 {
    top: 57px;
    height: calc(100% - 110px);
  }
  #top #fn1 .other .l3 {
    bottom: 55px;
  }
  #top #fn1 .other .l2 {
    height: calc(100% - 114px);
  }
}
@media screen and (max-width: 640px) {
  #top #fn1 .con .ad {
    width: 11px;
  }
  #top #fn1 .con .msg .msgList p,
  #top #fn1 .con .msg .msgList h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.abOneList {
  position: relative;
  margin-bottom: 3%;
}
.abOneListL {
  width: 34%;
  padding-left: 100px;
}
.abOneListL img {
  max-width: 100%;
  width: auto;
  margin: 20px 0;
}
.abOneListR {
  width: 60%;
  padding-left: 15%;
}
.abOneListR h3 {
  font-size: 32px;
  color: #ba0015;
  margin-bottom: 6%;
}
.abOneListR p {
  color: #666671;
}
  #r3 {
  position: relative;
  background: url(../images/abBg.jpg) no-repeat bottom left;
  background-size: cover;
}
.abo_src3_box {
  position: relative;
}
  #r3 .abo_src3_case .abo_src3_tab_box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  align-items: flex-start;
  width: 43%;
  margin-top: 5%;
  z-index: 9;
}
  #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab {
  padding-top: 0.76rem;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
  #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab .abo_src3_t_tit {
  font-size: 22px;
  line-height: 1;
  color: #a1a1b2;
  display: inline-flex;
  transition: background 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
  #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab .abo_src3_t_en {
  margin-top: 0.13rem;
  line-height: 1;
  font-size: 20px;
  width: 55px;
  height: 55px;
  background: url(/aspx/main/images/ab-5.png) no-repeat center;
  background-size: contain;
  display: inline-flex;
  margin-right: 15px;
  transition: background 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
  #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab.abo_src3_2 .abo_src3_t_en {
  background: url(/aspx/main/images/ab-6.png) no-repeat center;
  background-size: contain;
}
  #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab.abo_src3_3 .abo_src3_t_en {
  background: url(/aspx/main/images/ab-7.png) no-repeat center;
  background-size: contain;
}
@media screen and (orientation: landscape) {
    #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab:hover .abo_src3_t_tit {
    color: #ba0015;
  }
}
  #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab.on .abo_src3_t_tit {
  color: #ba0015;
}
  #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab.on.abo_src3_1 .abo_src3_t_en {
  background: url(/aspx/main/images/ab-5-1.png) no-repeat center;
  background-size: contain;
}
  #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab.on.abo_src3_2 .abo_src3_t_en {
  background: url(/aspx/main/images/ab-6-1.png) no-repeat center;
  background-size: contain;
}
  #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab.on.abo_src3_3 .abo_src3_t_en {
  background: url(/aspx/main/images/ab-7-1.png) no-repeat center;
  background-size: contain;
}
  #r3 .abo_src3_case .abo_src3_tab_box > span {
  font-size: 0.3rem;
  height: 50px;
  width: 1px;
  background-color: rgba(80, 80, 80, 0.2);
  margin-top: 0.76rem;
  display: block;
}
.jt_box {
  width: 15px;
  height: 16px;
  position: absolute;
  top: 0.27rem;
  left: -0.25rem;
  margin-left: -0.25rem;
  transform: translateX(100px);
  background-size: cover;
  background-repeat: no-repeat;
  transition: left 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
  #r3 .abo_src3_case .abo_src3_tab_box .jt_box {
  top: 0;
  left: 0;
  margin: 0;
}
  #r3 .abo_src3_case .abo_src3_con_case {
  padding-top: 1.43rem;
  position: relative;
}
  #r3 .abo_src3_case .abo_src3_con_case .swiper-container {
  overflow: visible;
}
  #r3 .abo_src3_case .abo_src3_con_case .swiper-container .swiper-pagination {
  bottom: 11.3%;
  pointer-events: none;
  text-align: left;
  font-size: 20px;
  line-height: 0.75;
  display: flex;
  align-items: self-start;
  color: #2a2a35;
}
  #r3 .abo_src3_case .abo_src3_con_case .swiper-container .swiper-pagination .num {
  color: #ba0015;
  font-size: 42px;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box {
  display: none;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box.on {
  display: block;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .pub_img {
  transition: none;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box {
  align-items: flex-start;
  justify-content: flex-end;
  display: flex;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_c_l {
  width: 43%;
  margin-right: 7%;
  display: none;
  padding-top: 15%;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_c_l .abo_src3_l_n {
  font-size: 30px;
  line-height: 1.5;
  color: #2a2a35;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_c_l .abo_src3_l_en {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.3rem;
  line-height: 1.6;
  margin-top: 0.32rem;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_l_r {
  width: 50%;
  position: relative;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_l_r .iconfont {
  position: absolute;
  left: 100%;
  top: -0.65rem;
  font-size: 2.1rem;
  line-height: 1;
  display: block;
  color: #03f0bb;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide.active .abo_src3_l_box .abo_src3_c_l {
  display: block;
}
  #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide.active .abo_src3_l_box .abo_src3_l_r .pub_img_box {
  transform: none;
}
@media screen and (max-width: 1500px) {
  .abOneListR h3 {
    font-size: 29px;
  }
  .abOneListL {
    width: 32%;
  }
  #fly-inL {
    width: 80%;
  }
    #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_c_l .abo_src3_l_n {
    font-size: 28px;
  }
    #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab .abo_src3_t_tit {
    font-size: 20px;
  }
    #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab .abo_src3_t_en {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1300px) {
  #r3 .W1400 {
    width: 85%;
  }
  .abOneListR h3 {
    font-size: 26px;
  }
  .abOneListR p {
    font-size: 15px;
  }
    #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_c_l .abo_src3_l_n {
    font-size: 24px;
  }
    #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab .abo_src3_t_en {
    width: 45px;
    height: 45px;
  }
    #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab .abo_src3_t_tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .abOneListR h3 {
    font-size: 24px;
  }
  .abOneListR {
    width: 68%;
    padding-left: 8%;
  }
    #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_c_l .abo_src3_l_n {
    font-size: 20px;
  }
    #r3 .abo_src3_case .abo_src3_con_case .swiper-container .swiper-pagination .num {
    font-size: 36px;
  }
    #r3 .abo_src3_case .abo_src3_con_case .swiper-slide {
    opacity: 0 !important;
  }
    #r3 .abo_src3_case .abo_src3_con_case .swiper-slide.active {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 980px) {
    #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box {
    flex-wrap: wrap;
  }
    #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_c_l {
    width: 100%;
    margin-right: 0;
  }
    #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_l_r {
    width: 100%;
  }
    #r3 .abo_src3_case .abo_src3_tab_box {
    width: 100%;
    position: relative;
  }
    #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide.active .abo_src3_l_box .abo_src3_c_l {
    margin: 20px 0;
    padding-top: 0;
  }
    #r3 .abo_src3_case .abo_src3_con_case .swiper-container .swiper-pagination {
    position: static;
    margin-top: 25px;
  }
    #r3 .abo_src3_case .abo_src3_con_case .swiper-container .swiper-pagination .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 860px) {
  .abOneListL {
    width: 40%;
    max-width: 200px;
    padding-left: 0;
  }
  .abOneListL h3 {
    left: 0 !important;
  }
  .abOneListR {
    width: 100%;
    padding-left: 0;
  }
  .abOneListR h3 {
    margin-bottom: 10px;
  }
    #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_c_l .abo_src3_l_n {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .abOneListR h3 {
    font-size: 22px;
  }
  .abOneListR p {
    font-size: 14px;
    line-height: 1.7;
  }
  #r3 .W1400 {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .abOneListR h3 {
    font-size: 20px;
  }
    #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab .abo_src3_t_en {
    width: 36px;
    height: 36px;
  }
    #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab .abo_src3_t_tit {
    font-size: 16px;
  }
    #r3 .abo_src3_case .abo_src3_con_case .abo_src3_con_box .swiper-slide .abo_src3_l_box .abo_src3_c_l .abo_src3_l_n {
    font-size: 16px;
  }
    #r3 .abo_src3_case .abo_src3_con_case {
    padding-top: 0.43rem;
    position: relative;
  }
    #r3 .abo_src3_case .abo_src3_con_case .swiper-container .swiper-pagination {
    font-size: 18px;
  }
    #r3 .abo_src3_case .abo_src3_con_case .swiper-container .swiper-pagination .num {
    font-size: 26px;
  }
    #r3 {
    padding-bottom: 33px !important;
  }
}
@media screen and (max-width: 480px) {
    #r3 .abo_src3_case .abo_src3_tab_box .abo_src3_tab .abo_src3_t_en {
    width: 32px;
    height: 32px;
  }
    #r3 .abo_src3_case .abo_src3_tab_box > span {
    height: 40px;
  }
  .jt_box {
    width: 11px;
    height: 12px;
    transform: translateX(80px);
  }
}
.industrys {
  width: 100%;
  background: url(../images/process1Bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
.processTit {
  width: 100%;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 3%;
}
.processTit img {
  width: 19px;
  margin-left: 5px;
}
.industry-list {
  align-items: stretch;
  flex-wrap: inherit;
}
.industry-list a:active,
.industry-list a:hover {
  color: #fff;
}
.industry-list li {
  width: calc(25% - 18px);
  height: 520px;
  margin: 0 9px;
  border: 1px solid #e5e5e5;
  float: left;
  overflow: hidden;
  position: relative;
  transition: width 455ms;
}
.industry-list li figure {
  overflow: hidden;
  position: absolute;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 20px;
  text-align: left;
  color: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 9;
}
.industry-list li figure h3 {
  padding-top: 5%;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.industry-list .enFont figure h3 {
  font-size: 0.27rem;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  word-break: normal;
}
.industry-list li figure p {
  font-size: 16px;
  color: #fff;
}
.industry-list li figure hr {
  width: 48px;
  height: 7px;
  background-color: #fff;
  border: 0;
  display: block;
  margin: 10px 0 35px;
}
.industry-list li figure > div {
  width: 50%;
  bottom: 5%;
  left: 0;
  padding: 20px 20px 0;
  justify-content: space-between;
}
.industry-list li figure > div.industryR {
  padding-left: 0;
  padding-right: 0;
}
.industry-list li figure > div i {
  font-style: inherit;
  font-size: 24px;
}
.industry-list li figure > div span {
  padding-right: 15px;
  background: url("../images/right.png") no-repeat right center;
  background-size: 8px;
  transition: all 0.3s;
}
.industry-list li figure > div span:hover {
  padding-right: 18px;
}
.industry-list li .black-40 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.industry-item {
  position: relative;
  padding: 3rem 0.2rem 0.2rem;
  text-align: center;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.industry-item .industry-txt {
  position: absolute;
  padding: 3rem 0.2rem 0.2rem;
  text-align: center;
  z-index: 1;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
  top: 40%;
}
.industry-item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.52s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  visibility: hidden\9;
  z-index: -1;
}
.industry-item p {
  font-size: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.industry-item .ico {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1.9rem;
  object-fit: contain;
  display: block;
  margin: 0.48rem auto 0.42rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.industry-item .ico img {
  width: auto;
  height: 1.9rem;
  object-fit: contain;
}
.industry-item .ico i {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.industry-item .ico .i1 {
  display: block;
}
.industry-item .ico .i2 {
  display: none;
}
.industry-item .t {
  font-size: 22px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: bold;
}
.industry-item .en {
  font-size: 14px;
  color: #8b8b8b;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 0.15rem;
}
.industry-item hr {
  width: 48px;
  height: 7px;
  background-color: #ba0015;
  border: 0;
  display: block;
  margin: 14px auto 0;
}
.industry-item .num {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  opacity: 0.2;
}
.industry-item .by {
  color: #666666;
  opacity: 0;
  visibility: hidden;
  line-height: 1.1;
}
.industry-item .addico {
  background: url("../images/add_ico.png") no-repeat scroll center center;
  background-size: cover;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0px auto 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.industry-item .moreBtn {
  opacity: 0;
  margin: 0px auto;
  visibility: hidden;
  background-image: url("../images/more_bg2.png");
}
.industry-item .moreBtn .txt {
  color: #22478e;
}
@media screen and (min-width: 1025px) {
  .industry-list li:hover,
  .industry-list li.now {
    width: 38%;
  }
  .industry-list li.sible {
    width: calc(29% - 28px);
  }
  .industry-list li:hover figure {
    opacity: 1;
  }
  .industry-list li:hover .industry-item:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    visibility: visible\9;
  }
  .industry-list li:hover .industry-item .ico .i1 {
    display: none;
  }
  .industry-list li:hover .industry-item .ico .i2 {
    display: block;
  }
  .industry-list li:hover .industry-item .ico i {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
  }
  .industry-list li:hover .industry-item .by,
  .industry-list li:hover .industry-item .moreBtn {
    opacity: 1;
    visibility: visible;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1025px) {
  .industry-list li figure p {
    font-size: 15px;
  }
  .industry-list li:hover,
  .industry-list li.now {
    width: 44%;
  }
  .industry-list li.sible {
    width: calc(28% - 28px);
  }
  .industry-item .num {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .industry-list li figure > div {
    width: 100%;
    padding-top: 0;
  }
  .industry-list li figure > div.industryR {
    width: 60%;
    padding-top: 0;
  }
  .industry-item .num {
    font-size: 30px;
  }
  .processTit {
    font-size: 30px;
  }
  .industry-list li figure h3 {
    padding-top: 0;
  }
  .industry-list li figure hr {
    margin: 4px 0 18px;
  }
}
@media screen and (max-width: 1024px) {
  .industry-item {
    display: none;
  }
  .industry-list li figure {
    opacity: 1;
    background: none !important;
    position: static;
    padding: 30px 20px;
  }
  .industry-list li figure h3 {
    color: #000;
    font-size: 20px;
  }
  .industry-list li figure hr {
    background-color: #ba0015;
    height: 5px;
  }
  .industry-list li figure p {
    color: #666;
    font-size: 14px;
  }
  .industrys,
  .industry-list li figure,
  .industry-list li figure img {
    height: auto;
  }
  .industry-list li {
    width: calc(33.33% - 10px);
  }
  .industry-list li {
    margin-bottom: 10px;
  }
  .industry-item .t {
    font-size: 20px;
  }
  .industry-item .num {
    font-size: 26px;
  }
  .processTit {
    font-size: 28px;
  }
  .processTit img {
    width: 15px;
  }
  .industry-list {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .industry-list li {
    width: calc(50% - 18px);
    height: auto;
  }
  .industry-list li figure > div.industryR {
    margin-top: 20px;
  }
  .industry-list li {
    margin-bottom: 18px;
  }
  .processTit {
    font-size: 24px;
  }
  .processTit img {
    width: 12px;
  }
}
@media screen and (max-width: 640px) {
  .industry-item {
    padding-top: 2.7rem;
  }
  .industry-item .en {
    height: 0.28rem;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 0.14rem;
  }
  .industry-list li.enFont .industry-item .en {
    height: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
  }
  .industry-item .t {
    height: 0.68rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
  }
  .industry-item .ico {
    margin: 0.38rem auto 0.32rem;
  }
  .industry-item hr {
    margin: 0.4rem auto 0.2rem;
  }
  .industry-list li figure h3 {
    font-size: 18px;
  }
  .industry-list li figure > div.industryR {
    width: 70%;
  }
  .industry-list li figure > div {
    padding-left: 0;
    padding-right: 0;
  }
  .industry-list li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.dg {
  display: none !important;
}
.afterInner {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #460009), to(#000000));
  background: linear-gradient(0, #460009 0, #000000);
}
.afterInner canvas#c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
#investment #main .r2 {
  z-index: 5;
}
#investment #main .r2 .wrap {
  position: relative;
  overflow: hidden;
}
#investment #main .r2 .wrap > .bg .cirBg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 86vw;
  height: 86vw;
  border-radius: 50%;
  line-height: 86vw;
  text-align: center;
  border: 1px solid rgba(0, 135, 85, 0.1);
}
#investment #main .r2 .wrap > .bg > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 73vw;
}
#investment #main .r2 .wrap > .bg > div > img {
  width: 100%;
  animation: roll 12s linear infinite;
}
#investment #main .r2 .wrap > .inner {
  padding-top: 0.6rem;
  position: relative;
  z-index: 10;
  padding-bottom: 0.6rem;
}
#investment #main .r2 .wrap > .inner h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 0.6rem;
}
#investment #main .r2 .wrap > .inner .group {
  height: 640px;
  position: relative;
}
#investment #main .r2 .wrap > .inner .group .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15vw;
  z-index: 13;
}
#investment #main .r2 .wrap > .inner .group .con #clock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  width: 550px;
  height: 550px;
  transition: all 1s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0, 0, 1);
}
#investment #main .r2 .wrap > .inner .group .con #clock .cir {
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  line-height: 550px;
  text-align: center;
  border: 2px dashed rgba(255, 255, 255, 0.2);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box {
  pointer-events: none;
  z-index: 5;
  position: absolute;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  top: -22px;
  left: -22px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul {
  width: 0;
  position: absolute;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-num {
  transform: scale(1.2);
  bottom: 55%;
  left: 50%;
  height: 50%;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-num > li > i {
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-num > li.on > i {
  opacity: 1;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li {
  height: calc(100% + 7.5px);
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li i {
  position: absolute;
  opacity: 0.5;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(1) i {
  transform: translate(-200%, 45%) rotate(-30deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(2) i {
  transform: translate(-200%, 47%) rotate(-90deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(3) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(3) i {
  transform: translate(-176%, 40%) rotate(-150deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(4) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(4) i {
  transform: translate(-206%, 50%) rotate(-210deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(5) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(5) i {
  transform: translate(-208%, 46%) rotate(-270deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(6) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(6) i {
  transform: translate(-200%, 42%) rotate(-330deg);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir {
  transform-origin: 50% 50%;
  bottom: 50%;
  left: 50%;
  height: 50%;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  line-height: 88px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  border: 3px solid;
  opacity: 0.8;
  cursor: pointer;
  pointer-events: auto;
  border-color: transparent;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(1) > i {
  background: url(../images/processIcon-1.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(2) > i {
  background: url(../images/processIcon-2.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(3) > i {
  background: url(../images/processIcon-3.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(4) > i {
  background: url(../images/processIcon-4.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(5) > i {
  background: url(../images/processIcon-5.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(6) > i {
  background: url(../images/processIcon-6.png) no-repeat center;
  background-size: 88px;
}
@media screen and (max-width: 600px) {
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
  }
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
}
@media screen and (max-width: 600px) {
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
  }
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a {
  position: absolute;
  height: 100%;
  display: block;
  text-align: left;
  min-width: 271px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(4) > i > a,
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(5) > i > a,
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(6) > i > a {
  text-align: right;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a sub {
  display: block;
  line-height: 1;
  font-weight: bold;
  color: #282828;
  font-size: 22px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a em {
  white-space: nowrap;
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  transition: color 0.5s ease-in-out;
  margin: 10px 0;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a p {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 1.5;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li.on {
  pointer-events: none;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li.on > i {
  opacity: 1;
  pointer-events: none;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li.on:nth-child(1) > i {
  background: url(../images/processIcon-1-1.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li.on:nth-child(2) > i {
  background: url(../images/processIcon-2-1.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li.on:nth-child(3) > i {
  background: url(../images/processIcon-3-1.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li.on:nth-child(4) > i {
  background: url(../images/processIcon-4-1.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li.on:nth-child(5) > i {
  background: url(../images/processIcon-5-1.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li.on:nth-child(6) > i {
  background: url(../images/processIcon-6-1.png) no-repeat center;
  background-size: 88px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li.on > i > a > sub,
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li.on > i > a > em {
  color: #ba0015;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
  left: calc(100% + -7.4rem);
  top: -54px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
  left: calc(100% + 1.6rem);
  top: 18px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
  left: calc(100% + 1.6rem);
  top: 19px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
  right: calc(100% + -7rem);
  top: 98px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(5) > i > a {
  right: calc(100% + 1.6rem);
  top: 19px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(6) > i > a {
  right: calc(100% + 1.6rem);
  top: 18px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-move {
  z-index: 4;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  top: -3px;
}
@media screen and (min-width: 600px) {
  #investment #main .r2 .wrap > .inner .group .con #clock .time-move canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  #investment #main .r2 .wrap > .inner .group .con #clock .time-move canvas {
    width: 100%;
  }
}
#investment #main .r2 .wrap > .inner .group .con #clock .msg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#investment #main .r2 .wrap > .inner .group .con #clock .msg-box > img {
  width: 300px;
}
#investment #main .r2 .wrap > .inner .group .con.on {
  opacity: 1;
  pointer-events: auto;
}
#investment #main .r2 .other {
  position: relative;
  margin-top: -2vw;
}
#investment #main .r2 .other > .bg .rect {
  width: 88%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url("../img/mask3.png");
  -webkit-mask-position: center left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  z-index: 1;
}
#investment #main .r2 .other > .bg .rect .pic:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.7) 100%);
}
#investment #main .r2 .other > .bg .mask {
  position: absolute;
  bottom: -5px;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
#investment #main .r2 .other > .bg:after {
  content: '';
  position: absolute;
  top: -2px;
  z-index: 2;
  left: 0;
  width: 88%;
  height: 4px;
  background-color: #f1fbf8;
}
#investment #main .r2 .other > .bg:before {
  content: '';
  position: absolute;
  bottom: -4px;
  z-index: 4;
  left: 0;
  width: 88%;
  height: 8px;
  background-color: #fff;
}
#investment #main .r2 .other > .inner {
  position: relative;
  z-index: 10;
  padding-left: 30%;
  width: 100%;
}
#investment #main .r2 .other > .inner .til {
  max-width: 6.5rem;
  position: absolute;
  left: 8vw;
  bottom: 12%;
}
#investment #main .r2 .other > .inner .til h3 {
  margin-bottom: 0.4rem;
  font-weight: 600;
}
#investment #main .r2 .other > .inner > img {
  width: 100%;
}
#investment #main .r2 .other > .inner .group {
  position: absolute;
  width: 80%;
  left: 20%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 48%;
  padding-bottom: 2vw;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  padding-right: 8vw;
}
#investment #main .r2 .other > .inner .group h3 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.1rem;
}
#investment #main .r2 .other > .inner .group p {
  line-height: 1;
}
#investment #main .r2 .other > .inner .group .box {
  margin-top: 0.5rem;
}
#investment #main .r2 .other > .inner .group .box .topic {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox {
  width: 4.5rem;
  height: 0.8rem;
  padding: 0 0.3rem;
  margin-right: 0.4rem;
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .select {
  text-align: center;
  width: 100%;
  text-indent: -0.2rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #ba0015;
  font-size: 20px;
  font-weight: 600;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox input[type='submit'] {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  line-height: 0.8rem;
  text-align: center;
  position: absolute;
  right: -0.4rem;
  top: 0;
  background-color: #26d07c;
  color: #fff;
  font-size: 24px;
  border: none;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .line {
  position: absolute;
  width: calc(100% - 0.3rem);
  z-index: 10;
  height: 0.12rem;
  top: 100%;
  left: 0;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items {
  background-color: #fff;
  pointer-events: none;
  width: calc(100% - 0.6rem);
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0.3rem;
  border-radius: 0.1rem;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform-origin: 0 0;
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  max-height: 3rem;
  overflow: auto;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items::-webkit-scrollbar-thumb {
  border: solid 1px #26d07c;
  width: 3px;
  border-radius: 4px;
  background-color: #26d07c;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items::-webkit-scrollbar:horizontal {
  height: 3px;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items li {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items li > span {
  font-size: 18px;
  width: calc(100% - 0.6rem);
  display: block;
  cursor: pointer;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items li > a {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 20px;
  margin-right: -0.15rem;
  visibility: hidden;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items li > a:hover {
  color: #ba0015;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items li:hover {
  background-color: rgba(0, 135, 85, 0.1);
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items li.on {
  background-color: rgba(0, 135, 85, 0.2);
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items li.on > a {
  visibility: visible;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox:hover {
  will-change: transform;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox.on .items {
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
}
#investment #main .r2 .other > .inner .group .box .mid {
  overflow: auto;
  max-height: 3.8rem;
  padding-right: 0.4rem;
  margin-right: -0.4rem;
  margin-top: 0.3rem;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
}
#investment #main .r2 .other > .inner .group .box .mid::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
#investment #main .r2 .other > .inner .group .box .mid::-webkit-scrollbar-thumb {
  border: solid 1px #26d07c;
  width: 3px;
  border-radius: 4px;
  background-color: #26d07c;
}
#investment #main .r2 .other > .inner .group .box .mid::-webkit-scrollbar:horizontal {
  height: 3px;
}
#investment #main .r2 .other > .inner .group .box .mid .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0;
}
#investment #main .r2 .other > .inner .group .box .mid .list:last-of-type {
  border-bottom: none;
}
#investment #main .r2 .other > .inner .group .box .mid .list h4 {
  width: calc(100% - 1.5rem);
  font-weight: 600;
}
#investment #main .r2 .other > .inner .group .box .mid .list p {
  text-align: right;
  line-height: 1.6;
}
#investment #main .r2 .other > .mid {
  overflow: auto;
  max-height: 3.8rem;
  padding-right: 0.4rem;
  margin-right: -0.4rem;
  margin-top: 0.3rem;
  -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 60%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
}
#investment #main .r2 .other > .mid::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
#investment #main .r2 .other > .mid::-webkit-scrollbar-thumb {
  border: solid 1px #26d07c;
  width: 3px;
  border-radius: 4px;
  background-color: #26d07c;
}
#investment #main .r2 .other > .mid::-webkit-scrollbar:horizontal {
  height: 3px;
}
#investment #main .r2 .other > .mid .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0;
}
#investment #main .r2 .other > .mid .list:last-of-type {
  border-bottom: none;
}
#investment #main .r2 .other > .mid .list h4 {
  width: calc(100% - 1.5rem);
  font-weight: 600;
}
#investment #main .r2 .other > .mid .list p {
  text-align: right;
  line-height: 1.6;
}
@keyframes roll {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    opacity: 1;
  }
  25% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    opacity: 1;
  }
  75% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i {
    width: 68px;
    height: 68px;
    background-size: 68px !important;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock {
    width: 450px;
    height: 450px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .cir {
    width: 450px;
    height: 450px;
    line-height: 450px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .msg-box > img {
    width: 250px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(1) i {
    transform: translate(-220%, 67%) rotate(-30deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
    left: calc(100% + -6.4rem);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
    right: calc(100% + -6.5rem);
    top: 78px;
  }
}
@media screen and (max-width: 1024px) {
  .W1400 {
    width: 90%;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock {
    width: 350px;
    height: 350px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .cir {
    width: 350px;
    height: 350px;
    line-height: 350px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .msg-box > img {
    width: 200px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i {
    width: 56px;
    height: 56px;
    background-size: 56px !important;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(1) i {
    transform: translate(-204%, 76%) rotate(-30deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(2) i {
    transform: translate(-200%, 77%) rotate(-90deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(3) i {
    transform: translate(-176%, 70%) rotate(-150deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(4) i {
    transform: translate(-196%, 70%) rotate(-210deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(5) i {
    transform: translate(-208%, 76%) rotate(-270deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(6) i {
    transform: translate(-200%, 72%) rotate(-330deg);
  }
}
@media screen and (max-width: 768px) {
  #investment #main .r2 .wrap > .inner .group .con #clock {
    width: 300px;
    height: 300px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .cir {
    width: 300px;
    height: 300px;
    line-height: 300px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .msg-box > img {
    width: 150px;
  }
  #investment #main .r2 .wrap > .inner .group {
    height: 490px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a {
    min-width: 100%;
  }
  .W1400 {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  #investment #main .r2 .wrap > .inner .group .con #clock {
    width: 180px;
    height: 180px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .cir {
    width: 180px;
    height: 180px;
    line-height: 180px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .msg-box > img {
    width: 100px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i {
    width: 38px;
    height: 38px;
    background-size: 38px !important;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a em {
    font-size: 14px !important;
  }
  #investment #main .r2 .wrap > .inner .group {
    height: 330px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(1) i {
    transform: translate(-168%, 116%) rotate(-30deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
    left: calc(100% + -4.4rem);
    top: -44px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(2) i {
    transform: translate(-166%, 127%) rotate(-90deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
    left: calc(100% + 0.6rem);
    top: 24px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(3) i {
    transform: translate(-126%, 110%) rotate(-150deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
    left: calc(100% + -1rem);
    top: 29px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(4) i {
    transform: translate(-156%, 112%) rotate(-210deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
    right: calc(100% + -4rem);
    top: 38px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(5) i {
    transform: translate(-198%, 126%) rotate(-270deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(5) > i > a {
    right: calc(100% + -1.4rem);
    top: 29px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(6) i {
    transform: translate(-170%, 102%) rotate(-330deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(6) > i > a {
    right: calc(100% + 0.1rem);
    top: 24px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a {
    width: 104px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a em {
    white-space: inherit;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  #investment #main .r2 .wrap > .inner .group .con #clock {
    width: 140px;
    height: 140px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .cir {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .msg-box > img {
    width: 90px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i {
    width: 34px;
    height: 34px;
    background-size: 34px !important;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(1) i {
    transform: translate(-151%, 119%) rotate(-30deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(2) i {
    transform: translate(-150%, 130%) rotate(-90deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(3) i {
    transform: translate(-126%, 120%) rotate(-150deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(4) i {
    transform: translate(-159%, 119%) rotate(-210deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(5) i {
    transform: translate(-178%, 136%) rotate(-270deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li:nth-of-type(6) i {
    transform: translate(-160%, 129%) rotate(-330deg);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a em {
    font-size: 14px !important;
  }
  #investment #main .r2 .wrap > .inner .group {
    height: 250px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
    left: calc(100% + -4.4rem);
    top: -41px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
    left: calc(100% + -1.4rem);
    top: 44px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a {
    width: 104px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a em {
    white-space: inherit;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
    left: calc(100% + 0.4rem);
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
    top: 34px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
    right: calc(100% + -4rem);
    top: 38px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(5) > i > a {
    right: calc(100% + -1.4rem);
    top: 32px;
  }
  #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li:nth-child(6) > i > a {
    right: calc(100% + 0.4rem);
    top: 20px;
  }
}
.contactInner {
  position: relative;
  z-index: 1;
}
.contactInner .contactImg {
  position: absolute;
  width: 75%;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.contactInner .contactTop {
  width: 46%;
  justify-content: space-between;
  margin-bottom: 4%;
}
.contactInner .contactTop li {
  width: 48%;
  margin: 10px 0;
}
.contactInner .contactTop li img {
  width: 60px;
}
.contactInner .contactTop li div {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.contactInner .contactTop li div h3 {
  font-size: 20px;
  font-weight: bold;
}
.contactInner .contactTop li div p {
  font-size: 14px;
  color: #a1a1b2;
  
}
.contactInner .contactTop li div p.cnConP{
  min-height: 75px;
}
.contactInner .contactTop li div p.enConP{
	min-height: 100px;
}
.store-contact {
  font-size: 15px;
  width: 46%;
  margin: 0;
  background-color: #1a1a18;
  padding: 3.5%;
}
.store-contact h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 2%;
}
.store-contact .row {
  margin: 0 -17px;
  overflow: hidden;
}
.store-contact .col {
  float: left;
  width: 48.5%;
  padding: 0.1rem 17px;
  color: #8b8b8b;
}
.store-contact .col span {
  width: 8px;
  display: inline-block;
}
.store-contact .col input {
  width: 100%;
  padding: 18px 25px;
  line-height: 30px;
  height: 56px;
  background: #f2f3f7;
  border: none;
  color: #666666;
}
.store-contact .text {
  margin-top: 0.15rem;
  color: #8b8b8b;
  position: relative;
}
.store-contact .text span {
  color: #003e7f;
  font-weight: bold;
}
.store-contact .text textarea {
  padding: 20px 25px;
  width: 97%;
  background: #f2f3f7;
  color: #666666;
  height: 120px;
  margin-top: 3%;
  border: none;
}
.store-contact .button-bubble {
  margin-top: 30px;
}
.store-contact .button-bubble {
  margin-top: 30px;
}
.button-bubble {
  display: block;
  width: 240px;
  height: 56px;
  margin: 30px 0 0;
  line-height: 56px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-bubble .button {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #ba0015;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.button-bubble .button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1500px) {
  .contactInner .contactTop li div p {
    line-height: 1.4;
  }
  .contactInner .contactTop li div p.cnConP {
    min-height: 95px;
  }
}
@media screen and (max-width: 1400px) {
  .store-contact,
  .contactInner .contactTop {
    width: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .store-contact,
  .contactInner .contactTop {
    width: 60%;
  }
  .contactInner .contactTop li div h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .store-contact,
  .contactInner .contactTop {
    width: 70%;
  }
  .contactInner .contactTop li div h3 {
    font-size: 18px;
  }
  .store-contact h3 {
    font-size: 21px;
  }
  .store-contact .col input {
    height: 52px;
  }
  .store-contact .text textarea {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .store-contact,
  .contactInner .contactTop {
    width: 100%;
  }
  .contactInner .contactImg{
	  display:none;
  }
}
@media screen and (max-width: 640px) {
  .contactInner .contactTop li img {
    width: 45px;
  }
  .store-contact {
    padding: 20px;
  }
  .contactInner .contactTop li {
    width: 100%;
    margin: 10px 0;
  }
  .contactInner .contactTop li div p.cnConP {
    min-height: inherit;
  }
  .contactInner .contactTop li div p.enConP{
	  min-height:inherit;
  }
  .store-contact h3 {
    font-size: 20px;
  }
  .contactInner .contactTop li div h3 {
    font-size: 17px;
  }
  .store-contact .col {
    width: 100%;
    font-size: 14px;
  }
  .store-contact .col input {
    height: 46px;
    margin-top: 3%;
  }
  .store-contact .text textarea {
    width: 100%;
    height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .store-contact .button-bubble {
    margin-top: 4%;
  }
  .button-bubble {
    width: 60%;
    height: 42px;
    line-height: 42px;
  }
}
.travel-list2 li,
.travel-list2-box .swiper-slide {
  width: 31%;
  display: inline-block !important;
  margin: 0 0 2%;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  background: #eef2f6;
}
.travel-list2 li {
  margin: 0 1% 2%;
}
.travel-list2 li:before,
.travel-list2-box .swiper-slide:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: #ba0015;
  transition-duration: 0.3s;
  top: 0;
  left: 50%;
  z-index: 9;
}
.travel-list2 li .travel-pic,
.travel-list2-box .swiper-slide .travel-pic {
  padding: 83% 0 0;
}
.travel-list2 li .travel-pic img,
.travel-list2-box .swiper-slide .travel-pic img {
  width: 50%;
  left: 25%;
  top: -5%;
  -o-object-fit: contain;
  object-fit: contain;
}
.travel-list2 li .travel-text,
.travel-list2-box .swiper-slide .travel-text {
  padding: 16% 7% 0;
  border-top: 1px solid #eef2f6;
  text-align: center;
}
.travel-list2 li .travel-text h3,
.travel-list2-box .swiper-slide .travel-text h3 {
  font-size: 28px;
  color: #000;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.travel-list2 li .travel-text p,
.travel-list2-box .swiper-slide .travel-text p {
  color: #888;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.travel-text-flex {
  justify-content: space-between;
}
.travel-text-flex .pro-more {
  margin: 10px auto 0;
  width: 32px;
  height: 7px;
  background: url(../images/proR.png) no-repeat center;
  background-size: contain;
}
.product-info {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(61, 143, 203, 0.9);
  z-index: -1;
  opacity: 0;
}
.product-info.open {
  opacity: 1;
  z-index: 999;
}
.product-info-item {
  position: absolute;
  width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  /* padding: 1.5% 4%; */
}
.product-info-2 .product-info-item {
  width: 100%;
  height: 100%;
}
.product-info-item video {
  width: 100%;
}
.product-info-left {
  width: 55%;
  background: #fff;
  padding: 2% 0;
}
.product-info-left img {
  width: 100%;
}
.product-info-right {
  width: 45%;
  padding: 4%;
}
.product-info-right .mline {
  display: inline-block;
  height: 16px;
  width: 1px;
  background-color: #ba0015;
  transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  vertical-align: middle;
  margin-left: 16px;
  margin-bottom: 16px;
}
.case-info .product-info-right {
  color: #333;
}
.product-info-right h3 {
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  color: #ba0015;
  /* padding-left: 50px; */
}
/* .product-info-right h3:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  left: 0;
  top: 14px;
  background: #fff;
} */
.case-info .product-info-right h3:before {
  background: #333;
}
.product-info-right span {
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  /* padding-left: 50px; */
}
/* .team-info-right span:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  left: 0;
  top: 9px;
  background: #fff;
} */
/* .team-info-p{
  padding-left: 50px;
} */
.product-info-p p {
  position: relative;
  line-height: 2;
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.8;
}
/* .team-info-p p:before{
  position: absolute;
  content: '';
  width: 5px;
  height: 1px;
  left: 0;
  top: 9px;
  background: #fff;
} */
.product-close {
  position: absolute;
  font-size: 30px;
  top: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  background: #ba0015;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.product-close {
  color: #fff;
}
.product-close-2 {
  width: 40px;
  height: 40px;
  background: #000;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.next-list {
  padding: 2% 0 0;
}
.pagediv {
  width: 100%;
  margin: auto;
  text-align: center;
}
.pagediv a:hover {
  color: #fff;
  background-color: #ba0015;
}
.page-dot {
  margin-top: -15px;
  position: relative;
  z-index: 5;
  max-width: 120px;
}
.page-dot li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6a6a6a;
  margin-right: 10px;
  cursor: pointer;
}
.page-dot li.on {
  background-color: #3d90cb;
}
.zxfPagenum,
.ddd {
  color: #666;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  display: inline-block;
  text-align: center;
}
.pagediv .current {
  color: #ffffff;
  background: #ba0015;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  text-align: center;
}
.nextbtn,
.prebtn,
span.disabled {
  color: #666;
  background: #fff;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  text-align: center;
}
.travel-list2 li:hover,
.travel-list2-box .swiper-slide:hover {
  transform: translateY(-10px);
}
.travel-list2 li:hover .travel-text h3,
.travel-list2-box .swiper-slide:hover .travel-text h3 {
  color: #ba0015;
}
.travel-list2 li:hover:before,
.travel-list2-box .swiper-slide:hover:before {
  width: 100%;
  left: 0;
}
.travel-list2 li:hover .pro-more,
.travel-list2-box .swiper-slide:hover .pro-more {
  background: url(../images/proR-1.png) no-repeat center;
  background-size: contain;
}
.proInfo {
  position: relative;
  width: 100%;
  padding-top: 180px;
  background: url(../images/banner-5.jpg) no-repeat top center;
  background-size: 100%;
  z-index: 1;
}
.proInfo::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 900px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #171616), to(#474a4f));
  background: linear-gradient(180deg, #171616 0, #474a4f);
  z-index: -1;
}
.proInfo::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 900px;
  top: 0;
  left: 0;
  background: url(../images/banner-5.jpg) no-repeat top center;
  background-size: cover;
  min-height: 900px;
  z-index: 0;
}
.proInfo .proInfoTop {
  position: relative;
  z-index: 9;
}
.proInfo .proInfoTop h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.7vw;
  line-height: 1.2;
}
.proInfo .proInfoTop p {
  color: #fff;
  font-size: 26px;
  margin-top: 15px;
}
.proInfo .proInfoQ {
  margin-top: 5%;
  position: relative;
}
.proInfo .proInfoQ .swiper-slide img {
  max-width: 300px;
  margin: 0 auto;
}
.proInfo .proInfoQ .swiper-pagination {
  position: absolute;
  width: 20px;
  right: 0;
  top: 40%;
  bottom: auto;
  transform: translateY(-50%);
  border-radius: 0;
  text-align: right;
  z-index: 9;
  left: auto;
}
.proInfo .proInfoQ .swiper-pagination-bullet {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 18px 0 !important;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 0;
}
.proInfo .proInfoQ .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
  margin-left: -20px !important;
}
.proInfo .proInfoQ .swiper-num {
  text-align: right;
  font-size: 22px;
  color: #fff;
  justify-content: flex-end;
}
.proInfo .proInfoQ .swiper-num .active {
  color: #ba0015;
  font-size: 44px;
}
.proInfo .proInfoQ .back {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: url(../images/right.png) no-repeat center;
  background-size: 8px;
  border-radius: 10px;
  transform: rotate(180deg);
  transition: all 0.3s;
  z-index: 99;
}
.proInfo .proInfoQ .back:hover {
  background-color: #ba0015;
}
.proInfo .proInfoCen {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 9;
  margin-top: 5%;
  overflow: hidden;
}
.proInfo .proInfoCen .proInfoCenTop {
  position: relative;
  padding: 24px;
  background: #ba0015;
}
.proInfo .proInfoCen .proInfoCenTop::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 15px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/down1.png) no-repeat center;
  background-size: 22px;
}
.proInfo .proInfoCen .proInfoCenTable {
  padding: 4% 6%;
  text-align: center;
}
.proInfo .proInfoCen .proInfoCenTable h3 {
  font-size: 24px;
  margin-bottom: 2%;
}
.proInfo .proInfoCen .proInfoCenTable table {
  width: 100%;
  margin-bottom: 7%;
}
.proInfo .proInfoCen .proInfoCenTable table .firstRow {
  background-color: #ba0015;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500;
}
.proInfo .proInfoCen .proInfoCenTable table .firstRow td {
  color: #fff !important;
  font-size: 16px !important;
  padding: 12px 20px !important;
}
.proInfo .proInfoCen .proInfoCenTable table td {
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
}
.proInfo .proInfoCen .proInfoCenTable table td:first-child {
  // width: 35%;
}
.proInfo .proInfoCen .proInfoCenTable table td:nth-child(2) {
  // width: 65%;
  // text-align: left;
}
.proInfo .proInfoCen .proInfoCenTable .travel-list2-box .swiper-slide {
  border-radius: 30px;
}
.proInfo .proInfoCen .proInfoCenTable .travel-list2-box .swiper-slide h3 {
  width: calc(100% - 32px);
  margin-bottom: 0;
  text-align: left;
}
.proInfo .proInfoCen .proInfoCenTable .travel-list2-box .swiper-slide .travel-text {
  padding: 8% 9% 0;
}
.proInfo .proInfoCen .proInfoCenTable .travel-list2-box .swiper-slide .pro-more {
  width: 32px;
  margin-top: 0;
}
.proInfo .proInfoCen .proInfoCenTable .travel-list2-box .swiper-slide .travel-pic {
  padding: 60% 0 0;
}
.travel-list2-box .mySwiper1 {
  padding-top: 10px;
}
@media screen and (max-width: 1400px) {
  .travel-list2 li .travel-text h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .proInfo .proInfoTop h3 {
    font-size: 30px;
  }
  .proInfo .proInfoQ .swiper-slide img {
    max-width: 240px;
  }
  .proInfo {
    padding-top: 142px;
  }
  .proInfo .proInfoTop p {
    font-size: 25px;
    margin-top: 10px;
  }
  .proInfo .proInfoQ .swiper-num .active {
    font-size: 38px;
  }
  .proInfoCenTable .W1300 {
    width: 100%;
  }
  .proInfo .proInfoCen .proInfoCenTable h3 {
    font-size: 22px;
  }
  .travel-list2-box .swiper-slide .travel-text h3 {
    font-size: 18px !important;
  }
  .travel-text-flex .pro-more {
    height: 5px;
  }
  .proInfo .proInfoCen .proInfoCenTable {
    padding: 4% 4%;
  }
  .travel-list2 li .travel-text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .proInfo .proInfoTop h3 {
    font-size: 28px;
  }
  .proInfo .proInfoTop p {
    font-size: 23px;
  }
  .proInfo .proInfoQ .swiper-slide img {
    max-width: 200px;
  }
  .proInfo {
    padding-top: 122px;
  }
  .proInfo .proInfoQ .swiper-num .active {
    font-size: 34px;
  }
  .proInfo .proInfoQ .back {
    width: 50px;
    height: 50px;
  }
  .proInfo .proInfoCen .proInfoCenTable h3 {
    font-size: 20px;
  }
  .travel-list2-box .swiper-pagination {
    position: static;
  }
  .travel-list2-box .swiper-pagination span {
    margin: 0 3px;
  }
  .travel-list2-box .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #ba0015;
  }
  .proInfo .proInfoCen .proInfoCenTable table .firstRow td {
    font-size: 15px !important;
    padding: 8px 20px !important;
  }
  .proInfo .proInfoCen .proInfoCenTable table td {
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 700px) {
  .travel-list2 li {
    width: 48%;
  }
  .travel-list2 li .travel-text h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  .proInfo .proInfoTop h3 {
    font-size: 26px;
  }
  .proInfo .proInfoTop p {
    font-size: 21px;
    margin-top: 6px;
  }
  .proInfo .proInfoQ .swiper-num {
    font-size: 20px;
  }
  .proInfo .proInfoQ .swiper-num .active {
    font-size: 30px;
  }
  .proInfo .proInfoQ .swiper-slide img {
    max-width: 150px;
  }
  .proInfo .proInfoQ .swiper-slide img {
    max-width: 150px;
  }
}
.newsBox {
  position: relative;
}
.new_timer {
  display: block;
  position: relative;
}
.new_timer a {
  padding: 18px 25px 18px 0;
  margin: 0 40px 0 0;
  line-height: 1;
  cursor: pointer;
  color: #a1a1b2;
  transition: all 0.5s ease-out;
  display: block;
  font-size: 20px;
}
.new_timer a:hover,
.new_timer a.active {
  color: #ba0015;
  font-weight: bold;
}
.time_plan {
  left: -9%;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: width 0.3s ease-out;
  background-color: #ba0015;
}
.time_plan::before {
  content: '';
  border: 1px solid #ba0015;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  background-color: #ba0015;
  width: 6px;
  height: 6px;
}
.newsList {
  margin-bottom: 5%;
}
.newsList .next-list {
  padding-top: 0;
}
.new_list {
  margin-top: 4%;
}
.new_list > a {
  margin-bottom: 60px;
  margin-right: 60px;
  width: calc((100% - 120px) / 3);
  display: block;
  cursor: pointer;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  position: relative;
}
@media screen and (orientation: landscape) {
  .new_list > a:nth-child(3n) {
    margin-right: 0;
  }
}
.new_list > a::before {
  content: '';
  display: block;
  margin-top: 121.221719%;
}
.new_list > a > .pic {
  z-index: 4;
  background-size: cover;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f8f8f9;
}
.new_list > a > .pic .node {
  position: absolute;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  width: 100%;
  left: 0;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
  padding: 12% 10% 0 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.new_list > a > .pic .node .top h3 {
  margin-top: 0.3rem;
}
.new_list > a > .pic .node .btm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12% 0;
}
.new_list > a > .pic .node .btm .c1 {
  font-size: 54px;
  line-height: 0.8;
}
.new_list > a > .pic .node .btm .c2 {
  line-height: 1.4;
  text-align: right;
}
.new_list > a > .pic .node.bc {
  background-color: rgba(0, 0, 0, 0);
}
.new_list > a > .pic .node.bc .wc {
  color: #333;
}
.new_list > a > .pic .node.bc .btm {
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}
.new_list > a > .pic .node.bc .btm .c1 {
  color: #ac0d14;
}
.new_list > a > .pic:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  box-shadow: 0px 34px 51px 0px rgba(23, 31, 50, 0.15);
}
.newsInfo {
  padding-top: 200px;
  background: url(../images/banner-6.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.newsInfo .newsInfoBox {
  background-color: #fff;
  padding: 5%;
}
.newsInfo .newsInfoH3 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 1%;
}
.newsInfoMbx {
  background-color: #f5f5f5;
  padding: 18px 0;
  color: #989898;
}
.newsInfoMbx a {
  color: #989898;
}
.newsInfoMbx span {
  margin: 0 8px;
}
.newsInfoTop {
  text-align: center;
}
.newsInfoTop h3 {
  font-size: 28px;
  color: #000000;
}
.newsInfoTop span {
  color: #b2b2b2;
  font-size: 18px;
}
.newsInfoTop img {
  width: 60px;
  margin: 5px auto 15px;
}
.newsInfoNr {
  margin: 30px auto 0px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
.newsInfoNr .newsInfoP p {
  color: #3d3d4e;
  margin: 30px 0;
}
.newsInfoNr .page {
  width: 100%;
  background: #ffffff;
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
}
.newsInfoNr .page .left,
.newsInfoNr .page .right {
  width: 43%;
  height: auto;
}
.newsInfoNr .page .left p,
.newsInfoNr .page .right p {
  width: 32px;
  height: 32px;
  background: url("../images/proR.png") no-repeat center;
  background-size: contain;
  border-radius: 50%;
}
.newsInfoNr .page .left a:hover p,
.newsInfoNr .page .right a:hover p {
  background: url("../images/proR-1.png") no-repeat center;
  background-size: contain;
}
.newsInfoNr .page .left p {
  transform: rotateY(180deg);
}
.newsInfoNr .page .fy {
  padding: 40px 0px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.newsInfoNr .page .fy p {
  font-size: 14px;
  font-weight: 400;
  color: #1f1f21;
  transition: 0.6s;
}
.newsInfoNr .page .fy a {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.newsInfoNr .page .fy span {
  width: 80px;
  font-size: 20px;
  text-align: left;
  color: #3d3d4e;
  line-height: 32px;
  padding-left: 10px;
  transition: 0.6s;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.newsInfoNr .page .right.fy span {
  text-align: right;
  padding-left: 0;
  padding-right: 10px;
  width: 80px;
}
.newsInfoNr .page .fy .jdt {
  width: 100%;
  height: 5px;
  background: #cccccc;
  position: relative;
}
.newsInfoNr .page .fy .jdt:after {
  width: 0%;
  height: 100%;
  background: #ba0015;
  transition: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.newsInfoNr .page .fy a:hover .jdt:after {
  width: 100%;
}
.newsInfoNr .page .back {
  padding: 40px 0;
  width: 24px;
  transition: all 0.3s;
  cursor: pointer;
}
.newsInfoNr .page .back:hover {
  opacity: 0.8;
}
.newsInfoNr .page .fy a:hover p,
.newsInfoNr .page .fy a:hover span {
  color: #ba0015;
}
@media screen and (max-width: 1500px) {
  .newsInfo .newsInfoH3 {
    font-size: 40px;
  }
  .newsInfoTop h3 {
    font-size: 27px;
  }
  .newsInfoTop span {
    color: #b2b2b2;
    font-size: 17px;
  }
  .newsInfoNr .page .fy span {
    font-size: 18px;
  }
  .f-24,
  .f24 {
    font-size: 22px !important;
    line-height: 1.5;
  }
  .new_list > a > .pic .node .btm .c1 {
    font-size: 50px;
  }
  .new_list > a {
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 1300px) {
  .newsInfo .newsInfoH3 {
    font-size: 38px;
  }
  .newsInfoTop h3 {
    font-size: 26px;
  }
  .newsInfoTop span {
    color: #b2b2b2;
    font-size: 16px;
  }
  .f-24,
  .f24 {
    font-size: 21px !important;
  }
  .new_list > a > .pic .node .btm .c1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .newsInfo {
    padding-top: 130px;
  }
  .newsInfo .newsInfoH3 {
    font-size: 36px;
  }
  .newsInfoTop h3 {
    font-size: 24px;
  }
  .newsInfoTop > .container {
    width: 100%;
  }
  .newsInfoTop span {
    font-size: 15px;
  }
  .newsInfoNr {
    margin: 20px auto 0px;
    padding-top: 3px;
  }
  .newsInfoNr .page {
    margin: 30px 0 0;
  }
  .newsInfoNr .page .left p,
  .newsInfoNr .page .right p {
    width: 28px;
    height: 28px;
  }
  .newsInfoNr .newsInfoP p {
    font-size: 15px;
  }
  .newsInfoNr .newsInfoP p {
    margin: 20px 0;
  }
  .newsInfoNr .page .fy {
    padding-top: 20px;
  }
  .newsInfoNr .page .back {
    padding: 20px 0;
  }
  .new_list > a {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 60px) / 3);
  }
  .f-24,
  .f24 {
    font-size: 19px !important;
  }
  .new_list > a > .pic .node .btm .c1 {
    font-size: 42px;
  }
  .new_list > a > .pic .node .btm .c2 {
    font-size: 15px;
  }
  .new_list > a {
    width: calc((100% - 60px) / 2);
  }
  .new_list > a:nth-child(2n) {
    margin-right: 0;
  }
  .new_list > a:nth-child(3n) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .newsInfoNr .page .fy span {
    font-size: 16px;
  }
  .newsInfoNr .page .left p,
  .newsInfoNr .page .right p {
    width: 22px;
    height: 22px;
  }
  .newsInfoNr .page .fy a {
    align-items: center;
  }
  .newsInfoNr .page .fy {
    padding: 20px 0;
  }
  .newsInfoNr .page .back {
    width: 20px;
  }
  .newsInfo .newsInfoH3 {
    font-size: 32px;
  }
  .newsInfoTop h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .newsInfoNr {
    margin: 16px auto 0px;
    padding-top: 0;
  }
  .newsInfo {
    padding-top: 114px;
  }
  .new_timer a {
    font-size: 19px;
  }
  .new_list > a > .pic .node .btm .c1 {
    font-size: 38px;
  }
  .new_list > a {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
  }
  .new_list > a {
    width: calc((100% - 20px) / 2);
  }
  .new_list > a:nth-child(3n) {
    margin-right: 20px;
  }
  .newsList {
    margin-bottom: 8%;
  }
  .pagediv .current,
  .zxfPagenum,
  .ddd {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin: 0;
  }
  .pagediv {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .newsInfo .newsInfoH3 {
    font-size: 26px;
  }
  .newsInfo {
    padding-top: 96px;
  }
  .newsInfoTop h3 {
    font-size: 20px;
  }
  .newsInfoTop span {
    font-size: 14px;
  }
  .newsInfoNr {
    margin: 10px auto 0px;
  }
  .newsInfoNr .newsInfoP p {
    font-size: 14px;
    margin: 15px 0;
  }
  .newsInfoNr .page .fy {
    padding: 10px 0;
  }
  .newsInfoNr .page .left p,
  .newsInfoNr .page .right p {
    width: 18px;
    height: 18px;
  }
  .newsInfoNr .page {
    margin: 16px 0 0;
  }
  .newsInfoTop img {
    margin: 5px auto 10px;
  }
  .new_list > a {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
  }
  .new_list > a {
    width: calc((100% - 10px) / 2);
  }
  .new_list > a:nth-child(3n) {
    margin-right: 10px;
  }
  .new_list > a:nth-child(2n) {
    margin-right: 0;
  }
  .f-24,
  .f24 {
    font-size: 17px !important;
  }
  .new_list > a > .pic .node .btm .c1 {
    font-size: 28px;
  }
  .new_list > a > .pic .node .btm .c2 {
    font-size: 13px;
  }
  .new_timer a {
    font-size: 17px;
  }
  .new_timer a {
    margin: 0 20px 0 0;
  }
  .new_list > a > .pic .node .btm {
    align-items: center;
  }
}
